home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TEULADLG / TEULADLG.txt
Text File  |  2008-11-13  |  1KB  |  67 lines

  1. object EULADlg: TEULADlg
  2.   Left = 328
  3.   Top = 264
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'eula'
  7.   ClientHeight = 394
  8.   ClientWidth = 495
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object lblAgreement: TResStaticText
  22.     Left = 8
  23.     Top = 8
  24.     Width = 482
  25.     Height = 33
  26.     AutoSize = False
  27.     TabOrder = 3
  28.     ResourceCaption = 20357
  29.   end
  30.   object memLicense: TMemo
  31.     Left = 8
  32.     Top = 48
  33.     Width = 480
  34.     Height = 297
  35.     Color = clWhite
  36.     ReadOnly = True
  37.     ScrollBars = ssVertical
  38.     TabOrder = 0
  39.     WantReturns = False
  40.   end
  41.   object AcceptBtn: TResTeButton
  42.     Left = 160
  43.     Top = 360
  44.     Width = 75
  45.     Height = 25
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     ResourceCaption = 20049
  50.   end
  51.   object DeclineBtn: TResTeButton
  52.     Left = 264
  53.     Top = 360
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.     ResourceCaption = 20050
  60.   end
  61.   object ThemeForm: TTeForm2
  62.     ThemeObject = 'StandardDialog'
  63.     Left = 16
  64.     Top = 96
  65.   end
  66. end
  67.